home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / comm / misc / MLogBook.lha / MLogBook / Rules / SPDX-CW (other) < prev    next >
Encoding:
Text File  |  2000-10-20  |  2.5 KB  |  107 lines

  1. # MLGBK10 RULES
  2. #
  3. # SP DX Contest
  4. # Logs send to:
  5. #
  6. # SP DX CONTEST Comittee p.o. box 320,
  7. # 00-950 Warszawa, POLAND
  8. #
  9. # Here's the list of allowed bands. See rules of contest
  10. # for operators category (SOSB, SOMB etc)
  11. #
  12. BANDS ALLOW=160m,80m,40m,20m,15m,10m
  13.  
  14. # Here's the list of allowed modes:
  15. MODES ALLOW=CW
  16.  
  17. # What to will be exchange with report.
  18. # %w - WAZ zone (e.g. Report is 59 15)
  19. # %i - ITU zone (e.g. Report is 59 38)
  20. # %c - QSO's counter (e.g. Report is 59 001)
  21. # Also is possible to mix it with any text:
  22. # SET REMARX-S[2]=%cKR - means report 59 001KR
  23. # %u - allowed texts from REMARX-U ALLOW field only (e.g. 59 M)
  24. SET REMARX-S[2]=%3c
  25. SET REMARX-R[2]=%3c%u
  26.  
  27. REMARX-U ALLOW=B,C,D,F,G,J,K,L,M,O,P,R,S,U,W,Z
  28.  
  29. # Date format
  30. # 0 - DD.MM.YYYY
  31. # 1 - DD/MM/YYYY
  32. # 2 - MM/DD/YYYY
  33. SET DATE=0
  34.  
  35. # GUI settings
  36. SHOW DATE=NO
  37. SHOW TIME=NO
  38. SHOW BAND=YES
  39. SHOW MODE=NO
  40. SHOW RST-S=YES
  41. SHOW RST-R=YES
  42. SHOW REMARX-S=2
  43. SHOW REMARX-R=2
  44. SHOW LOCATOR=NO
  45. SHOW COMMENT=NO
  46. SHOW QSL=NO
  47.  
  48. # Find Similar Call
  49. SET ACK_FINDSIMCALL=NO
  50.  
  51. # Find QSO Before
  52. SET ACK_FINDQSOBEFORE=YES
  53.  
  54. # Duplicated QSO Finder
  55. SET ACK_DUPFIND=YES
  56.  
  57. # IOTA support
  58. SET ACK_IOTA=NO
  59.  
  60. # Awards support
  61. SET ACK_AWARDS=NO
  62.  
  63. SET ACK_ACTIVITY=NO
  64.  
  65. # QSL Manager Database support
  66. SET ACK_FINDQSLMANAGER=NO
  67.  
  68. # CallBook support
  69. SET ACK_CALLBOOK=NO
  70.  
  71. # File which contains database of prefixes based on organisators publication.
  72. SET PFXDATA=dxcc.csv
  73.  
  74. # Multipliers (MULTI)
  75. # REMR - every new remarx-r field is qualified.
  76. # MPFX - every new main prefix is qualified.
  77. # SB - qualify it separately on every bands.
  78. # AB - qualify it once on all bands.
  79. # SM - qualify it separately for every modes.
  80. # AM - qualify it once for all modes.
  81. # e.g. REMR-SMSB - means that multiplicator will be increased for all
  82. # new WAZ zones, separately on every bands and every modes.
  83. MULTI SET=REMR-ABAM
  84.  
  85. # Scores (SCORE)
  86. # SET
  87. #
  88. # CONT - points will be given for every QSO between continents.
  89. # 1 - AF (Africa)
  90. # 2 - AS (Asia)
  91. # 3 - EU (Europe)
  92. # 4 - NA (North America)
  93. # 5 - OC (Oceania)
  94. # 6 - SA (South America)
  95. # e.g. 123 - means that every QSO from Africa (1) to Asia (2)
  96. # will give 3 points.
  97. #
  98. # PFX - points will be given for every QSO with callsigns matched to PFX field.
  99. # e.g. SCORE SET=PFX,3 - means that every QSO with any callsign from PFX field
  100. # will give 3 points.
  101. # PFX - field with allowed prefixes.
  102. # e.g. SCORE PFX=SP - means that only QSO with SP (3Z,HF,SN,SO,SP,SQ,SR) is possible.
  103. # NOPFX - field with denied prefixes.
  104. # e.g. SCORE NOPFX=SP - means that you can't do QSO with SP (3Z,HF,SN,SO,SP,SQ,SR).
  105. SCORE SET=PFX,3
  106. SCORE PFX=SP
  107.